Track
The Default track for WavySlider
Parameters
SliderPositions which is used to obtain the current active track.
the Modifier to be applied to the track.
SliderColors that will be used to resolve the colors used for this track in different states. See SliderDefaults.colors.
controls the enabled state of this WavySlider. When false, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
the distance over which the wave's shape repeats.
the total height of the wave (from crest to trough i.e. amplitude * 2). The final rendered height of the wave will be waveHeight + waveThickness.
the duration it takes for the wave to move by waveLength horizontally. Setting to Duration.ZERO or outside Int.MIN_VALUE..Int.MAX_VALUE milliseconds stops the movement.
the horizontal movement of the whole wave.
the thickness of the active line (whether animated or not).
the thickness of the inactive line.
whether to gradually increase height from zero at start to waveHeight at thumb.
animation configurations used for various properties of the wave.